Github Tutorial For Beginners - Github Basics for Mac or Windows & Source Control Basics

2,600,459 views2.6M views
Jan 17, 2014
699K subscribers
Subscribe
Github Tutorial For Beginners - learn Github for Mac or Github for windows If you've been wanting to learn Github, now's the perfect time! Github is seen as a big requirement by most employers these days and is very critical to business workflow. This Github tutorial will cover the basics of how to use Github and the command line. Lesson #2: Pull requests, Branching merging https://www.youtube.com/watch?v=oFYyT... Other Videos: jQuery rapid-learning Course https://www.youtube.com/watch?v=hMxGh... -~-~~-~~~-~~-~- Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device" https://www.youtube.com/watch?v=fgOO9... -~-~~-~~~-~~-~-
I think John and Bobby are planning a murder
1.7K
The year is currently 2020 - and your advice was timeless and appreciated.
146
One of the best tutorials I've seen. Github was a mystery to me until today.
117
"Seeing a black screen freaks them out" Yes!
85
This is a great resource for newbie's like myself. I got up and starter in about 30 minutes. Did install, added repository and created a new project. Very worth the time to view this video. Great Job!
98
Did anyone have an issue when doing the "get clone url," getting a message about not having the developers tools?
FWIW, this was a great quick-start tutorial. As someone who's been coding a few decades now, and just wanted a quick primer on how to apply what I already know about source control to getting started with GIT, this was perfect. For those nay-saying the video, please step back and realize it's a quick-start for the most-common-denominator set. That's all it's meant to be, and in that it does a very good job. 
Important note: On Windows at least, 'git' is not a recognized internal or external command on cmd.exe. You have to go to the GitHub application, click the gear in the upper-right corner of the window and click "Open in Git Shell" or something involving Git Shell. That's the program that will actually work with git commands.
132
really nicely explained ...understood finally :-) You were right when u said ,"People go crazy looking at command line tool ", Unfortunately, i was one of them :-(
31
6:13 "Yes the dreaded command line." *Dun dun dun dunnnnnnnnnn!!!!!!!!*
21
Thank You!!! I was so frustrated trying to figure this out that I had tears in my eyes. I found this right before I was going to give up. Now it's a half hour break then back to work.
13
Great video homie, thanks for the knowledge
40
u got my sub , i wish all coding tutorials were like this thank you sooooooooo much for feeling and understanding our pain
14
TIL: You can add folders to Sublime Text.
12
Thank you, this is so helpful even in the year of 2019.
12
This is the only git tutorial that made me easily understood! Thank you!
32
Thanks for making this video
114
best tutorial on Github! Thank you :) subscribed
Thanks for the simple tutorial... now to get my coworkers to use this... they'll see into reason soon...
For those who are looking for a way to sync/upload your code (Java in my case) to Github for beginners on Windows: Just make sure you have GitHub already installed!!! 1. Create a repository. 2. Click "Clone in Desktop" on the bottom right corner. 3. You will be prompted to look for a folder, choose any, it will create another folder within. 4. Copy all the source files into the Folder automatically created which is usually named after the Repository Name. 5. Go on GitHub, it will say "Uncommited Changes". Click that 6. Type a summary or what not. 7. Click "Commit to Master" 8. Click "Sync" at the top right corner of GitHub 9. Refresh the page where the repository was made. It should all be there after the sync! 10. Thank me! :D BTW, this video really didn't help me much, I just thought from it!
13